Conversation
Merge pull request #629 from PyLops/dev
Bug: fix sampling when not given
minor: switch np.dot to np.matmul in code snipped in installation
doc: fix typo in wavedecomposition docstrings
minor: added all classes to __all__ in cls_sparsity
Added missing `iiter` and `xnorm` to the documentation of `pylops.lsqr`
doc: fixed problem statement for omp in example
minor: improved documentation of PhaseShift
This commit changes the signature of the callback of the omp solver, which provided only the non-zero coefficients (in x) without their indices - added now in the second input parameter (col).
bug: missing cols in callback of omp solver
minor: fix broken links in plot_blending
minor: one more fix of broken links plot_blending
feat: added kwargs_fft to all fft operators
bug: fix mdd to run with cupy when twosided=True and add_negative=True
Added safeguards to ensure cp and jnp are reached only if installed.
bug: added safeguards to get_module_name
minor: improved docstring of ≈≈inplace_set
ci: modified test suite to run on cupy
Temporarily use Python 3.10 in CI (until scikit-fmm is fixed)
test: make pytensoroperator tests run on macOS
build: added make rules for tests on gpu and more on documentation
Added new GA to run tests with CuPy backed on self-hosted runner. --------- Co-authored-by: Matteo Ravasi <matteoravasi@gmail.com>
feat: added cuda backend to Kirchhoff
release: prepare for v2.5.0
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
mrava87
added a commit
that referenced
this pull request
Jun 22, 2025
Merge pull request #674 from PyLops/dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.